home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-22 | 826 b | 32 lines | [TEXT/TCEd] |
- # PreditorShutdown
- # Version 2.5.4
- # January 3, 1994
-
- # This script is invoked by Preditor when it breaks the ToolServer
- # connection. It should reside in the same folder as ToolServer.
-
- #############################################################################
-
- # The commands in this section MUST NOT BE ALTERED, or the link between
- # Preditor and ToolServer will not function correctly.
-
- Unset PreditorNBPObj
- Unset PreditorNBPType
- Unset PreditorNBPZone
- Unset PreditorPPCPortName
- Unset PreditorPPCClientName
- Unset PreditorIsRemote
- Unset PreditorExists
-
- unalias File
- unalias Line
-
- alias File Target
-
- For __Startup__i in `(Files "{ShellDirectory}"PreditorShutdown•≈ || Set Status 0) ≥ dev:null`
- Execute "{__Startup__i}"
- End
- Unset __Startup__i
-
- #############################################################################
-